From: Chong Yidong Date: Mon, 16 Mar 2009 02:42:33 +0000 (+0000) Subject: * tooltip.el (tooltip-show-help-non-mode): Don't set X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1217 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b911f057929ec32f73b817b8c81d340216cbca40;p=emacs.git * tooltip.el (tooltip-show-help-non-mode): Don't set tooltip-previous-message if called with the same tooltip that is showing (Bug#2680). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 55e3b0579b8..254f42af6c6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2009-03-16 Chong Yidong + * tooltip.el (tooltip-show-help-non-mode): Don't set + tooltip-previous-message if called with the same tooltip that is + showing (Bug#2680). + * emacs-lisp/crm.el (crm--choose-completion-string): New function. (completing-read-multiple): Set and restore choose-completion-string-functions (Bug#1080).